home *** CD-ROM | disk | FTP | other *** search
-
- // This JavaScript file was autogenerated from inc/plugins/postproc/satura/r3satumd.h
- // Do not modify by hand
- // Copyrights 2001, Realsoft Graphics, Finland
-
- include("real/code/r3postim.js")
- var R3CLID_SATURATIONMODEL = 806;
-
- R3SATMDM_ = 806000;
-
- function _R3SATMDM_() {
- return this.r3Do(R3SATMDM_, arguments);
- }
-
- R3SATMDA_Saturation = 806500;
- function SetR3SATMDA_Saturation(value) {
- this.r3Set(R3SATMDA_Saturation, value);
- }
-
- function GetR3SATMDA_Saturation() {
- var value = 0;
- return this.r3Get(R3SATMDA_Saturation, value); // R3FLOAT *
- }
-
- function r3Saturationmodel () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_SATURATIONMODEL, arguments);
- }
- // Methods
- this.=_R3SATMDM_;
-
- // Attributes
- this.GetSaturation=GetR3SATMDA_Saturation;
- this.SetSaturation=SetR3SATMDA_Saturation;
- }
-
- r3Saturationmodel.prototype=new r3Postimageeffectmodel;
- // inc/plugins/postproc/satura/r3satumd.h_H